projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4750b3
)
Fix caller to ediff-setup
author
Tino Calancha
<tino.calancha@gmail.com>
Fri, 24 Jun 2016 15:26:09 +0000
(
00:26
+0900)
committer
Tino Calancha
<tino.calancha@gmail.com>
Fri, 24 Jun 2016 15:26:09 +0000
(
00:26
+0900)
* lisp/hilit-chg.el (hilit-chg-get-diff-info): #Bug23820.
lisp/hilit-chg.el
patch
|
blob
|
history
diff --git
a/lisp/hilit-chg.el
b/lisp/hilit-chg.el
index 263b5ab3bb586fceb283b84bfd59b3a19b23a660..6420b8c68b3bd6c3aaa291ed5161c247e5f4dfd2 100644
(file)
--- a/
lisp/hilit-chg.el
+++ b/
lisp/hilit-chg.el
@@
-908,7
+908,7
@@
changes are made, so \\[highlight-changes-next-change] and
(let (hilit-e hilit-x hilit-y)
(ediff-setup buf-a file-a buf-b file-b
nil nil ; buf-c file-C
- '
hilit-chg-get-diff-list-hk
+ '
(hilit-chg-get-diff-list-hk)
(list (cons 'ediff-job-name 'something))
)
(ediff-with-current-buffer hilit-e (ediff-really-quit nil))